public double GetSquare(SimpleObject obj)
 {
     return(obj.GetSquare());
 }