function
labelFromBoolean
($value) { if ($value) return $this->true; else return $this->false; }