convert
fun Any.convert(entry: Map.Entry<String, KProperty1<out Persistable, *>>, properties: MutableMap<String, Any?>)
Runs any conversions that are necessary by CompositeAttributeConverter and AttributeConverter. Since both of these classes are Neo4J OGM classes, we need to find new base types at some point.