public Table ToTable() { Table table = new Table(); table["PointA"] = PointA.ToTable(); table["PointB"] = PointB.ToTable(); return(table); }