/**
  * Gets our organizer's names (and URLs), separated by LF.
  *
  * @return string names and homepages of our organizers or an
  *                empty string if there are no organizers
  */
 public function getOrganizersRaw()
 {
     return parent::getOrganizersRaw();
 }