how i can create list string from other list object code example Example: java copy list List<Object> copy = new ArrayList<>(original_list);