Expression[String] is an alias for Session => Validation[String]. So it’s a function, not a value.
Think of it as a reference to a method that takes a Session input parameter and returns a Validation[String]. It doesn’t make sense to ask to turn it into a String.