/**
  * Gets this object's text.
  *
  * @return the object's text
  */
 @Override
 public String getText() {
   return impl.getText();
 }