public function Identify()
 {
     return parent::Identify() . ", and I'm a Rectangle!";
 }