public function getDisplayTitle()
 {
     if (parent::getTitle()) {
         return parent::getTitle();
     }
     return $this->getName();
 }