public function getTitle()
 {
     if (is_null($parent = parent::getTitle())) {
         return $this->getValue();
     }
     return $parent;
 }