/**
  * Returns the description of the data. It is similar to the title on a web page or an X window.
  * You can put a <title/> on either a form to fill out, or a set of data results.
  *
  * @return description of the data.
  */
 public String getTitle() {
   return dataForm.getTitle();
 }