/**
  * @param Profile $object
  * @return string
  */
 protected function getObjectLabel($object)
 {
     return $object->getTitle();
 }