Index: Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/DikeProfile.cs =================================================================== diff -u -r41960c7d3d923a60575133a585d4cecfb1a251b5 -r5f0c498962317723017cf965a142e7cf4e67a915 --- Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/DikeProfile.cs (.../DikeProfile.cs) (revision 41960c7d3d923a60575133a585d4cecfb1a251b5) +++ Ringtoets/GrassCoverErosionInwards/src/Ringtoets.GrassCoverErosionInwards.Data/DikeProfile.cs (.../DikeProfile.cs) (revision 5f0c498962317723017cf965a142e7cf4e67a915) @@ -23,7 +23,6 @@ using System.Collections.Generic; using Core.Common.Base.Data; using Core.Common.Base.Geometry; - using Ringtoets.GrassCoverErosionInwards.Data.Properties; namespace Ringtoets.GrassCoverErosionInwards.Data @@ -153,5 +152,10 @@ dikeHeight = value.ToPrecision(dikeHeight.NumberOfDecimalPlaces); } } + + public override string ToString() + { + return Name; + } } } \ No newline at end of file