/**
  * @inheritdoc
  */
 public function __toString()
 {
     return parent::__toString() . ' - ' . $this->title;
 }