@Override
 public List<Group> getAllGroups() throws IndyDataException {
   return delegate.getAllGroups();
 }