/**
  * Sets the groups on higher levels of the hierarchy.
  *
  * @param levels
  */
 protected void setLevels(List<Level<T>> levels) {
   super.setLevels(levels);
 }