abstract class Shape : Graphics
Shape(x: Number, y: Number)
open fun toString(): String
open class Gerade : Shape
open class Kreis : Shape
open class Rechteck : Shape