/** @return the trainingName */
 public String getTrainingName() {
   return trainingName.getValue();
 }
 /** @return the methodName */
 public String getMethodName() {
   return methodName.getValue();
 }