if let localRegistryDate = locationJSON["localRegistryDate"].string
                            {
                                location.localRegistryDate = formatter.date(from: localRegistryDate) as NSDate?
                            }