/**
  * Gets the group end date.
  *
  * @return string date formated like: 2009-01-01 00:00:00
  */
 public function getGroupEndDate()
 {
     return parent::getGroupEndDate();
 }