/**
  * Getter for description.
  *
  * @return the description
  */
 public String getDescription() {
   return project.getDescription();
 }