/**
  * {@inheritdoc}
  */
 public function getFormOptions()
 {
     return ['groups' => $this->groupRepository->findAll()];
 }