/**
  * Get choices
  *
  * @return array
  */
 public function getChoices()
 {
     return $this->baseGroupManager->getChoices();
 }