public class Beispiel {
  public String toString() {
     String s = "Dies ist ein Beispiel";
     return s;
  }
}
