/**
  * Set the name of the chosen criterion.
  *
  * @param name new name of the criterion
  */
 public void setName(String name) {
   criterion.setName(name);
 }