fun <K, V> Map<K, V>.toObservable(): ObservableMap<K, V>
Returns a new ObservableMap with the elements from the original map.