package com.example import java.util.UUID class ExampleClass { override fun toString(): String { return UUID.randomUUID().toString() } }