Converts this set into a Set of R using convert_object.
R
Set<R> convertTo<R>() => ConvertObjectImpl.toSet<R>(this);