display method

String display()

Same text is converted, no readable.

So, the method result is used for UI to display.

Implementation

String display() {
  return text;
}