Support KMongo KPropertyPath in Field
Modify `PropertyNameStragy` to add a new method:
```kotlin
interface PropertyNameStrategy {
fun pathOf(property: KProperty1<*, *>): Path
}
```
Then, implement it for KMongo `KPropertyPath`.
issue