In my project for certain properties the expression for the form (x=>x.property) comes out as (x=>Convert(x.property)) at runtime as shown :

It depends upon property type, double and DateTime seem to be the culprit. Works fine for string properties (e.g Speed and ForeColour are both strings)
Why is it coming out this way?