public static string GetBodyName(CollisionObject obj)
 {
     return obj.GetName();
 }