Index: Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs =================================================================== diff -u -re2197d5a4596fc769d89bd2f661d657490017d76 -r0a6fd2fa18908a63fc029833ea3735709ebd5829 --- Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision e2197d5a4596fc769d89bd2f661d657490017d76) +++ Ringtoets/Common/src/Ringtoets.Common.Data/StructureBase.cs (.../StructureBase.cs) (revision 0a6fd2fa18908a63fc029833ea3735709ebd5829) @@ -72,5 +72,10 @@ /// Gets the location of the structure. /// public Point2D Location { get; private set; } + + public override string ToString() + { + return Name; + } } } \ No newline at end of file