@Override
 public Collection<? extends IPopulation> getPopulations(final IScope scope) {
   return Collections.singleton(getPopulation(scope));
 }