public void println(String text) {
   ConsolePrintStream.super.println(text);
 };
 public void println(String text) {
   stream.println(text);
 }