struct ObjectOverlay
init(name: String, borderRect: CGRect, nameStringSize: CGSize, color: UIColor, font: UIFont)
let borderRect: CGRect
let color: UIColor
let font: UIFont
let name: String
let nameStringSize: CGSize