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