public override string ToString()
 {
     return(Entity.ToString() + ", " + BoundingVolume.ToString() + ", " + Tolerance.ToString());
 }