/**
  * Get the group.
  *
  * @param Module $module
  * @return string
  */
 protected function getGroup(Module $module)
 {
     return trans((string) $module->getNavigation());
 }